'Declaration Public Shared Sub UnregisterCommand<TSourceCommandThe processing command type that must be overridden.>( _
ByVal decoderTypeТип декодера изображения, для которого необходимо переопределить команду обработки.As System.Type _
) (Of TSourceCommandThe processing command type that must be overridden.As ProcessingCommandBase)
public static void UnregisterCommand<TSourceCommand>(
System.Type decoderType
) where TSourceCommand: ProcessingCommandBase
public: static void UnregisterCommand<TSourceCommand>(
System.Type* decoderType
) where TSourceCommand: ProcessingCommandBase*
generic<typename TSourceCommand> public:
static void UnregisterCommand(
System.Type^ decoderType
) where TSourceCommand: ProcessingCommandBase^
Parameters
- decoderType
- Тип декодера изображения, для которого необходимо переопределить команду обработки.
Type Parameters
- TSourceCommand
- The processing command type that must be overridden.